home *** CD-ROM | disk | FTP | other *** search
/ SPACE 2 / SPACE - Library 2 - Volume 1.iso / program / 177 / c / mwtodri.doc < prev    next >
Encoding:
Text File  |  1987-09-16  |  805 b   |  13 lines

  1. mwtodr.prg is a utility to convert a program produced my the
  2. Mark Williams C compiler's loader to the format of the  files produced
  3. by the Alcyon loader (DRI format). The main use is enable a symbolic disassembly
  4. using dis2nd.prg ( available on GEnie ) which requires DRI format for a 
  5. symbolic disassembly.Since MWC allows symbol names to 16 characters long some\
  6. truncation is possible since DRI format has symbol names significant to
  7. only 8 characters. This does affect the executability but I don't know about
  8. the disassembly. I have had to guess what the correspondence between MWC types
  9. and DRI types ( e.g. what is the MWC equivalent to equated ? ).However the
  10. program seems to work. But if you find any bugs or have any criticism
  11. let me know. On Genie I am DEGEORGE
  12.     David DeGeorge
  13.